const github.com/andybalholm/brotli.huffmanTableMask
4 uses
github.com/andybalholm/brotli (current package)
decode.go#L55: const huffmanTableMask = 0xFF
decode.go#L332: table = table[bits&huffmanTableMask:]
decode.go#L364: table = table[val&huffmanTableMask:]
decode.go#L421: ext = table[val&huffmanTableMask:][*value:]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |